Query Static QR Code
This endpoint queries the information about this qr code.
Request
curl --location --request GET 'https://apisandbox.delbank.com.br/baas/api/v2/pix/qrcode/static/:transactionIdentifier' \
--header 'x-delbank-api-key: {apiKey}' \
--header 'x-delfinance-account-id: {accountId}'
Headers
| Name | Description |
|---|---|
| x-delbank-api-key | Required. API key |
| x-delfinance-account-id | Required. The Delfinance bank account number |
Path Parameters
| Name | Type | Description |
|---|---|---|
| transactionIdentifier | string | Required. Identification of the QR code, can be the correlationId or transactionId |